home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / intvue13.zip / INTERVUE.DOC next >
Text File  |  1993-01-05  |  3KB  |  58 lines

  1.  
  2.                                INTERVUE V1.3
  3.                                January, 1993
  4.                       Copyright Hackensack, 1992, 1993
  5.                               
  6.  
  7.  INTERVUE is a viewer for the Interrupt List maintained by Ralf Brown.  
  8.  The program is Public Domain Software and may be freely copied and 
  9.  distributed.  The Interrupt List is avaliable for downloading from
  10.  CompuServe and numerous other BBS's.  The files are named INTxxA.ZIP,
  11.  INTxxB.ZIP, and INTxxC.ZIP (xx = current release no.).
  12.  
  13.  Version 1.3 contains an improved search alogrithm for the List entries. 
  14.  
  15.  INTERVUE is designed to be backward and foward compatible with the 
  16.  Interrupt List releases, subject to the following constraints: 
  17.  
  18.         The Summary File format must be compatible with release 32.
  19.         The individual List files size must not exceed 6 segments (393Kb).
  20.         The number of List files must not exceed 12.
  21.         The INTERRUP.A file header format must be consistent with release 32.
  22.         
  23.  To install INTERVUE, first copy the Interrupt List files, INTxxA and INTxxB, 
  24.  to a subdirectory on the fixed disk and UNZIP them.  Next, create the 
  25.  Summary File with the following command:
  26.  
  27.         intprint -sinterrup.sum -m -I interrup.a nul
  28.  
  29.  Copy INTERVUE to the Interrupt List directory and execute the program.  The
  30.  INTERRUP.SUM file serves as the menu for accessing the function descriptions
  31.  contained in the Interrupt List files.  To run INTERVUE from a search path, 
  32.  add the following command to the AUTOEXEC.BAT file:
  33.  
  34.         set intervue = drv:path
  35.  
  36.  The 'drv:path' is the drive and path where the Interrupt List files are
  37.  located.  INTERVUE may then be placed in any active search path.
  38.  
  39.  The following keys are active within the INTERVUE text display window:
  40.  Home, End, PageUp, PageDn, UpArrow, DnArrow.
  41.  
  42.  The INTERVUE search routine is based on reformating the Summary description
  43.  to that of the List files.  There are some entries that appear identical
  44.  in the Summary file, but have different entries in the List files.  These
  45.  situations appear to be limited to the undocumented functions (???).  Use
  46.  of the F3 key to continue the search is recommended for these calls, as it
  47.  will highlight all of the identical description lines in the List file.
  48.  
  49.  The INTERVUE program is provided by Hackensack, the publisher of INTRCPT, 
  50.  a Windows\Dos Interrupt trapper and real-time debugger.  For information 
  51.  on INTRCPT and special discounts avaliable to Interrupt List users, contact 
  52.  Hackensack, PO box 181386, Arlington, TX  76096 or CompuServe 76570,2752.
  53.  
  54.  INTERVUE is written in 8086 assembler, uses conventional memory only, and 
  55.  is DOS 2.0+ and RSIS compliant (DESQview aware).
  56.  
  57.                                   -end-
  58.